You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the existing issues, both open and closed, to make sure this is not a duplicate report.
Yes
The bug
I've uploaded some photos via a public upload link in a album.
Now I've deleted these photos in my web app, but there still listed in the android app. Looks like that only the thumbnails are still there. Also deleting them on the android app is not working.
Photos are listed:
But when clicking on them:
The OS that Immich Server is running on
Debian 11
Version of Immich Server
v1.134.0
Version of Immich Mobile App
v1.134.0 build.200
Platform with the issue
Server
Web
Mobile
Your docker-compose.yml content
services:
immich-server:
container_name: immich_serverimage: ghcr.io/immich-app/immich-server:${IMMICH_VERSION}volumes:
- ${UPLOAD_LOCATION}:/usr/src/app/uploadports:
- 127.0.0.1:2283:2283env_file:
- .envdepends_on:
- redis
- databaserestart: alwaysimmich-machine-learning:
container_name: immich_machine_learning# For hardware acceleration, add one of -[armnn, cuda, openvino] to the image tag.# Example tag: ${IMMICH_VERSION:-release}-cudaimage: ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION}# extends: # uncomment this section for hardware acceleration - see https://immich.app/docs/features/ml-hardware-acceleration# file: hwaccel.ml.yml# service: cpu # set to one of [armnn, cuda, openvino, openvino-wsl] for accelerated inference - use the `-wsl` version for WSL2 where applicablevolumes:
- model-cache:/cacheenv_file:
- .envrestart: alwayshealthcheck:
disable: falseredis:
container_name: immich_redisimage: docker.io/valkey/valkey:8-bookworm@sha256:ff21bc0f8194dc9c105b769aeabf9585fea6a8ed649c0781caeac5cb3c247884healthcheck:
test: redis-cli ping || exit 1restart: alwaysdatabase:
container_name: immich_postgresimage: ghcr.io/immich-app/postgres:14-vectorchord0.3.0-pgvectors0.2.0env_file:
- .envenvironment:
POSTGRES_PASSWORD: ${DB_PASSWORD}POSTGRES_USER: ${DB_USERNAME}POSTGRES_DB: ${DB_DATABASE_NAME}POSTGRES_INITDB_ARGS: '--data-checksums'volumes:
- pgdata:/var/lib/postgresql/datarestart: alwaysvolumes:
pgdata:
model-cache:
2025-05-30 11:14:07.156575 | severe | AssetNotifier | Failed to delete assets | ApiException 400: {"message":"Not found or no asset.delete access","error":"Bad Request","statusCode":400,"correlationId":"h01j2cgi"} |
2025-05-30 11:14:06.170183 | severe | AssetNotifier | Failed to delete assets | ApiException 400: {"message":"Not found or no asset.delete access","error":"Bad Request","statusCode":400,"correlationId":"t20czqq4"} |
2025-05-30 11:14:04.230505 | severe | AssetGridDataStructure | Error precaching next image: HttpException: Invalid statusCode: 400, uri = https://foto.tobikuch.de/api/assets/79006134-ae44-47cc-bff6-f19a3bb67f11/thumbnail?size=preview, |
Additional information
No response
The text was updated successfully, but these errors were encountered:
There seems to be a syncing issue in the mobile app that we are yet to find the root cause for. As a workaround, can you try pulling down twice from the main timeline of the mobile app. Or you can log out and log back in
There seems to be a syncing issue in the mobile app that we are yet to find the root cause for
@shenlong-tanwen Actually, if the assets are deleted permanently, it doesn't make it into the audit table. If it is soft deleted, then the app can see the changes.
I have searched the existing issues, both open and closed, to make sure this is not a duplicate report.
The bug
I've uploaded some photos via a public upload link in a album.
Now I've deleted these photos in my web app, but there still listed in the android app. Looks like that only the thumbnails are still there. Also deleting them on the android app is not working.
Photos are listed:
But when clicking on them:
The OS that Immich Server is running on
Debian 11
Version of Immich Server
v1.134.0
Version of Immich Mobile App
v1.134.0 build.200
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
Relevant log output
Additional information
No response
The text was updated successfully, but these errors were encountered: